github.com/klauspost/compress/zstd.encoderOptions.concurrent (field)
9 uses
github.com/klauspost/compress/zstd (current package)
encoder.go#L84: if e.o.concurrent == 0 {
encoder.go#L87: e.encoders = make(chan encoder, e.o.concurrent)
encoder.go#L88: for i := 0; i < e.o.concurrent; i++ {
encoder.go#L103: if e.o.concurrent > 1 {
encoder.go#L289: if e.o.concurrent == 1 {
encoder_options.go#L18: concurrent int
encoder_options.go#L37: concurrent: runtime.GOMAXPROCS(0),
encoder_options.go#L96: if o.resetOpt && n != o.concurrent {
encoder_options.go#L99: o.concurrent = n
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |